home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / Viewer_Yacktman / Source / Controller.h < prev    next >
Text File  |  1991-10-07  |  692b  |  36 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5. #import <appkit/Application.h>
  6. #import <appkit/OpenPanel.h>
  7. #import <appkit/SavePanel.h>
  8. #import <appkit/MenuCell.h>
  9. #import <appkit/View.h>
  10. #import <strings.h>
  11. #import <stdlib.h>
  12. #import <appkit/Panel.h>
  13. #import "ImageView.h"
  14.  
  15. @interface Controller:Object
  16. {
  17.     id    newImage;
  18.     id    newWindow;
  19.     id  infoPanel;
  20.     id  saveBut;
  21.     
  22.     int pics, nextX, nextY;
  23.     id  windows[16], views[16];
  24.     BOOL first;
  25. }
  26.  
  27. - init;
  28. - openImage:sender;
  29. - saveImage:sender;
  30. - (BOOL)openFile:(const char *)name;
  31. - info:sender;
  32. - (int)app:sender openFile:(const char *)file type:(const char *)type;
  33. - (BOOL)appAcceptsAnotherFile:sender;
  34.  
  35. @end
  36.